MXNet
- MXNet supports the R programming language.
- Flexible and efficient GPU computing and state-of-art deep learning to R.
- Seamless tensor/matrix computation with multiple GPUs in R.
- Construct and customize the state-of-art deep learning models in R, and apply them to tasks, such as image classification and data science challenges
- MXNet Package can be downloaded using the following commands:
install.packages("drat", repos="https://cran.rstudio.com")
drat:::addRepo("dmlc")
install.packages("mxnet")